home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / qm_bbs.zip / REVISION.HST < prev    next >
Text File  |  1996-07-17  |  3KB  |  80 lines

  1.  
  2. QuoteMagic for BBS Programs
  3.  
  4. Revision History
  5. ==========================================================================
  6.  
  7. QM-BBS.EXE
  8.  
  9. 1.00  04/11/96
  10.    The DQ-BBS.EXE program is a slimmed down version of DQ-DOS.EXE.  It
  11.    contains only THREE void functions (for right now).  Everything
  12.    seems to be working okay at this point.  Minor revisions in the
  13.    outputted QUOTE.TXT and QUOTE.ANS files are needed.
  14.  
  15. 1.01  04/12/96
  16.    Made the necessary changes to get the QUOTE file output lining up
  17.    correctly.
  18.  
  19. 1.10  05/12/96
  20.    Lots of changes to the code.  I broke it down a bit, adding another
  21.    function to contain the QUOTE file output routines.  I also removed
  22.    some redundant code.  Fixed a major logic bug that would appear when
  23.    Daily Quote reached the end of the DAYQUOTE.LST file without finding
  24.    the desired quote.  I also added in the directory path option.  Now
  25.    when you run DQ-BBS.EXE, if you don't specify the path that the
  26.    program maintains its files in, the program will display a message
  27.    on the screen telling you so and generate a DOS ErrorLevel 1.
  28.  
  29. 1.20  05/19/96  * FIRST DISTRIBUTED VERSION *
  30.    Added some error checking routines for the input/output files
  31.    (QUOTE.TXT, QUOTE.ANS, DQ-BBS.DAT, and DAYQUOTE.LST).  The program
  32.    will now exit with a DOS ErrorLevel value and an on-screen error
  33.    message if it can't open or write one of the necessary files.
  34.  
  35. 1.30  07/10/96  * SECOND DISTRIBUTED VERSION *
  36.    Cosmetic change only.  I switched the name from Daily Quote to
  37.    QuoteMagic.  This affects just about all of the files in the package,
  38.    albeit in a simple way.  Quotes are now pulled from the QM-QUOTE.LST
  39.    file, and the DAT file is now called QM-BBS.DAT.
  40.  
  41. 2.00  07/17/96  * THIRD DISTRIBUTED VERSION *
  42.    One major change:  added in a "program execution" option.  Now, if you
  43.    want to have the program pick a new quote every time it is run, you
  44.    can set this option to "1" (using SETQ) and have it do just that.  This
  45.    can be handy if you want each caller to your BBS to see a new quote.
  46.    Just set QM-BBS.EXE to run after each caller logs off, and you're set.
  47.    I also made a few other minor name changes to some of the internal
  48.    variables, and switched from using ints to short ints.
  49.  
  50.  
  51. SETQ.EXE
  52.  
  53. 1.0  04/11/96
  54.    Basically, this program is the same as the SETQ.EXE program included
  55.    with the DQ-DOS.ZIP file.  You wouldn't even believe how simple the
  56.    source code is.
  57.  
  58. 1.1  05/12/96
  59.    Changed the output screen just a bit (made it more informative).
  60.  
  61. 2.0  07/17/96
  62.    Added the "program execution" option.  Also switched over to the new
  63.    variable references (from QM-BBS.H).
  64.  
  65.  
  66. CHECKQ.EXE
  67.  
  68. 1.0  04/11/96
  69.    Basically, this program is the same as the CHECKQ.EXE program included
  70.    with the DQ-DOS.ZIP file.  You wouldn't even believe how simple the
  71.    source code is.
  72.  
  73. 1.1  05/12/96
  74.    Changed the output screen just a bit (made it more informative).
  75.  
  76. 2.0  07/17/96
  77.    Added display of the "program execution" option and switched over to
  78.    the new variable references (from QM-BBS.H).
  79.  
  80.